home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / USA.cab / _A5397DAF02E349AE8E529F146C8BC069 < prev    next >
Encoding:
Text File  |  2005-05-11  |  451 b   |  29 lines

  1. // generated file - max export plugin
  2. // origin: droga_dlowna_bandy_i_tunele.max
  3.  
  4. Shader()
  5. {
  6.     Pass()
  7.     {
  8.         tmu()
  9.         {
  10.             Texture()
  11.             {
  12.                 Image("plane_za_tunelem.dds")
  13.             }
  14.         }
  15.  
  16.         AmbientColor(0.588, 0.588, 0.588, 1.000)
  17.         DiffuseColor(0.588, 0.588, 0.588, 1.000)
  18.         SpecularColor(0.000, 0.000, 0.000, 1.000)
  19.         EmissiveColor(0.000, 0.000, 0.000, 1.000)
  20.         SpecularPow(0.000)
  21.  
  22.         AlphaFunc("gequal", 128)
  23.     }
  24.  
  25.     Cull("none")
  26. }
  27.  
  28.  
  29.